[INFO] cloning repository https://github.com/TanmayJaiswal28/Solana-BOOTCAMP
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TanmayJaiswal28/Solana-BOOTCAMP" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTanmayJaiswal28%2FSolana-BOOTCAMP", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTanmayJaiswal28%2FSolana-BOOTCAMP'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 3e168be76a8a71a89e383705a1bcf7378e7569a2
[INFO] fixing TanmayJaiswal28/Solana-BOOTCAMP against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTanmayJaiswal28%2FSolana-BOOTCAMP" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TanmayJaiswal28/Solana-BOOTCAMP
[INFO] finished tweaking git repo https://github.com/TanmayJaiswal28/Solana-BOOTCAMP
[INFO] tweaked toml for git repo https://github.com/TanmayJaiswal28/Solana-BOOTCAMP written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TanmayJaiswal28/Solana-BOOTCAMP on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/TanmayJaiswal28/Solana-BOOTCAMP already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6c47355f2e9ae0c326af2e6ff5d91d69273df69c7c0ca713f6e39a8b344e8720
[INFO] running `Command { std: "docker" "start" "6c47355f2e9ae0c326af2e6ff5d91d69273df69c7c0ca713f6e39a8b344e8720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6c47355f2e9ae0c326af2e6ff5d91d69273df69c7c0ca713f6e39a8b344e8720" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6c47355f2e9ae0c326af2e6ff5d91d69273df69c7c0ca713f6e39a8b344e8720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6c47355f2e9ae0c326af2e6ff5d91d69273df69c7c0ca713f6e39a8b344e8720" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking Solana-BOOTCAMP v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: cannot find module or crate `anchor_lang` in this scope
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use anchor_lang::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `anchor_lang`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `anchor_lang`, use `cargo add anchor_lang` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `anchor_lang` in this scope
[INFO] [stdout]  --> src/main.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use anchor_lang::prelude::*;
[INFO] [stdout]   |     ^^^^^^^^^^^ use of unresolved module or unlinked crate `anchor_lang`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `anchor_lang`, use `cargo add anchor_lang` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Accounts` in this scope
[INFO] [stdout]   --> src/main.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[derive(Accounts)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `account` in this scope
[INFO] [stdout]   --> src/main.rs:47:7
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[account(mut)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `account` in this scope
[INFO] [stdout]   --> src/main.rs:50:7
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[account(
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `account` in this scope
[INFO] [stdout]   --> src/main.rs:33:3
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[account]
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Accounts` in this scope
[INFO] [stdout]   --> src/main.rs:45:10
[INFO] [stdout]    |
[INFO] [stdout] 45 | #[derive(Accounts)]
[INFO] [stdout]    |          ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `InitSpace` in this scope
[INFO] [stdout]   --> src/main.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[derive(InitSpace)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `max_len` in this scope
[INFO] [stdout]   --> src/main.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[max_len(50)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `max_len` in this scope
[INFO] [stdout]   --> src/main.rs:41:7
[INFO] [stdout]    |
[INFO] [stdout] 41 |     #[max_len(5, 50)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `program` in this scope
[INFO] [stdout]  --> src/main.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[program]
[INFO] [stdout]   |   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `msg` in this scope
[INFO] [stdout]   --> src/main.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         msg!("Greetings from {}", context.program_id);
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `msg` in this scope
[INFO] [stdout]   --> src/main.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         msg!("User {user_public_key}'s favorite number is {number}, favorite color is: {color}",);
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `account` in this scope
[INFO] [stdout]   --> src/main.rs:47:7
[INFO] [stdout]    |
[INFO] [stdout] 47 |     #[account(mut)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `msg` in this scope
[INFO] [stdout]   --> src/main.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         msg!("User's hobbies are: {:?}", hobbies);
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `account` in this scope
[INFO] [stdout]   --> src/main.rs:50:7
[INFO] [stdout]    |
[INFO] [stdout] 50 |     #[account(
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `declare_id` in this scope
[INFO] [stdout]  --> src/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | declare_id!("8r4cJFp4kWQNjiQp76YbxK2iPRFH3pudqGmf1RhM8R1z");
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `account` in this scope
[INFO] [stdout]   --> src/main.rs:33:3
[INFO] [stdout]    |
[INFO] [stdout] 33 | #[account]
[INFO] [stdout]    |   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `InitSpace` in this scope
[INFO] [stdout]   --> src/main.rs:34:10
[INFO] [stdout]    |
[INFO] [stdout] 34 | #[derive(InitSpace)]
[INFO] [stdout]    |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `max_len` in this scope
[INFO] [stdout]   --> src/main.rs:38:7
[INFO] [stdout]    |
[INFO] [stdout] 38 |     #[max_len(50)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `max_len` in this scope
[INFO] [stdout]   --> src/main.rs:41:7
[INFO] [stdout]    |
[INFO] [stdout] 41 |     #[max_len(5, 50)]
[INFO] [stdout]    |       ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `program` in this scope
[INFO] [stdout]  --> src/main.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[program]
[INFO] [stdout]   |   ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `msg` in this scope
[INFO] [stdout]   --> src/main.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 |         msg!("Greetings from {}", context.program_id);
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `msg` in this scope
[INFO] [stdout]   --> src/main.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 19 |         msg!("User {user_public_key}'s favorite number is {number}, favorite color is: {color}",);
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/main.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout] 12 |         context: Context<SetFavorites>,
[INFO] [stdout]    |                  ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  9 +     use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Signer` in this scope
[INFO] [stdout]   --> src/main.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub user: Signer<'info>,
[INFO] [stdout]    |               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Account` in this scope
[INFO] [stdout]   --> src/main.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub favorites: Account<'info, Favorites>,
[INFO] [stdout]    |                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Program` in this scope
[INFO] [stdout]   --> src/main.rs:58:25
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub system_program: Program<'info, System>,
[INFO] [stdout]    |                         ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `System` in this scope
[INFO] [stdout]   --> src/main.rs:58:40
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub system_program: Program<'info, System>,
[INFO] [stdout]    |                                        ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::alloc::System;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `msg` in this scope
[INFO] [stdout]   --> src/main.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         msg!("User's hobbies are: {:?}", hobbies);
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0601]: `main` function not found in crate `Solana_BOOTCAMP`
[INFO] [stdout]   --> src/main.rs:59:2
[INFO] [stdout]    |
[INFO] [stdout] 59 | }
[INFO] [stdout]    |  ^ consider adding a `main` function to `src/main.rs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find macro `declare_id` in this scope
[INFO] [stdout]  --> src/main.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | declare_id!("8r4cJFp4kWQNjiQp76YbxK2iPRFH3pudqGmf1RhM8R1z");
[INFO] [stdout]   | ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/main.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ) -> Result<()> {
[INFO] [stdout]    |          ^^^^^^ -- supplied 1 generic argument
[INFO] [stdout]    |          |
[INFO] [stdout]    |          expected 2 generic arguments
[INFO] [stdout]    |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ) -> Result<(), E> {
[INFO] [stdout]    |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425, E0433, E0601.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `Solana-BOOTCAMP` (bin "Solana-BOOTCAMP") due to 20 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error[E0425]: cannot find type `Context` in this scope
[INFO] [stdout]   --> src/main.rs:12:18
[INFO] [stdout]    |
[INFO] [stdout] 12 |         context: Context<SetFavorites>,
[INFO] [stdout]    |                  ^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  9 +     use std::task::Context;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Signer` in this scope
[INFO] [stdout]   --> src/main.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub user: Signer<'info>,
[INFO] [stdout]    |               ^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Account` in this scope
[INFO] [stdout]   --> src/main.rs:56:20
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub favorites: Account<'info, Favorites>,
[INFO] [stdout]    |                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `Program` in this scope
[INFO] [stdout]   --> src/main.rs:58:25
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub system_program: Program<'info, System>,
[INFO] [stdout]    |                         ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `System` in this scope
[INFO] [stdout]   --> src/main.rs:58:40
[INFO] [stdout]    |
[INFO] [stdout] 58 |     pub system_program: Program<'info, System>,
[INFO] [stdout]    |                                        ^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout]  1 + use std::alloc::System;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0107]: enum takes 2 generic arguments but 1 generic argument was supplied
[INFO] [stdout]   --> src/main.rs:16:10
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ) -> Result<()> {
[INFO] [stdout]    |          ^^^^^^ -- supplied 1 generic argument
[INFO] [stdout]    |          |
[INFO] [stdout]    |          expected 2 generic arguments
[INFO] [stdout]    |
[INFO] [stdout] help: add missing generic argument
[INFO] [stdout]    |
[INFO] [stdout] 16 |     ) -> Result<(), E> {
[INFO] [stdout]    |                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0107, E0425, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0107`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `Solana-BOOTCAMP` (bin "Solana-BOOTCAMP" test) due to 19 previous errors
[INFO] running `Command { std: "docker" "inspect" "6c47355f2e9ae0c326af2e6ff5d91d69273df69c7c0ca713f6e39a8b344e8720", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6c47355f2e9ae0c326af2e6ff5d91d69273df69c7c0ca713f6e39a8b344e8720", kill_on_drop: false }`
[INFO] [stdout] 6c47355f2e9ae0c326af2e6ff5d91d69273df69c7c0ca713f6e39a8b344e8720
